Info
Transfer data by transfer_id
Path parameters
transfer_idstringRequired
transfer_id
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
get
GET //external/transfer/info/{transfer_id} HTTP/1.1
Host: api.client.nbcgate.tech
Accept: */*
{
"amount": "text",
"chain": "text",
"code": "text",
"conservation_commission": "text",
"conservation_rate": "text",
"date_add": "text",
"date_complete": "text",
"fiat_rate": "text",
"hash": "text",
"invoice_id": "text",
"owner": "text",
"owner_id": "text",
"rate": "text",
"sender_wallet_address": "text",
"wallet_address": "text"
}