ecrop Docs

Transfer (GET)

GET
/v1/transfers/{id-in-client}

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