Retrieve a Crypto Funding Transfer
GET {{baseUrl}}/v1/accounts/:account_id/wallets/transfers/:transfer_id
Returns a specific wallet transfer by passing into the query the transfer_id.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"602b8bd6-1446-f0d3-acb0-4a5b05e65f47","tx_hash":"2119567125t","direction":"INCOMING","status":"PROCESSING","amount":"1","usd_value":"100.00","network_fee":"0.01","fees":"0.01","chain":"2hgah","asset":"BTC","from_address":"2b8bd6-1446-f0d3-acb0-4a5b05","to_address":"245hs123-1416-f2d3-a123-424565","created_at":"2003-12-21T21:40:30.412Z"}