Terp Network Docs
APIsIbcgoQuery
GET
/ibc/apps/transfer/v1/channels/{channel_id}/ports/{port_id}/escrow_address

Path Parameters

channel_id*string

unique channel identifier

port_id*string

unique port identifier

Response Body

*/*

*/*

curl -X GET "https://api.terp.network/ibc/apps/transfer/v1/channels/string/ports/string/escrow_address"
{
  "escrow_address": "string"
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}