Transfer (GET)
Authorization
Bearer Authentication AuthorizationBearer <token>
In: header
Path Parameters
id-in-client*string
The client-provided ID of the transfer.
Response Body
application/json
curl -X GET "https://example.com/v1/transfers/string"[
{
"transactionHash": "string",
"status": "SENDING_TO_BLOCKCHAIN_BESU",
"errorMessage": "string"
}
]Empty