/ibc/apps/transfer/v1/params
Params queries all parameters of the ibc-transfer module.
Parameters:
None
Example:
// Request
curl -X GET -H 'Content-Type: application/json' https://cosmos-lcd.blockpi.network/cosmos/<your-api-key>/v1/ibc/apps/transfer/v1/params
// Result
{
"params": {
"send_enabled": true,
"receive_enabled": true
}
}
Previous/ibc/apps/transfer/v1/denom_traces/{hash}Next/ibc/apps/interchain_accounts/controller/v1/params
Last updated
Was this helpful?