Skip to main content
GET
/
transfers
/
{transferId}
Get transfer
curl --request GET \
  --url https://api.onbeam.io/transfers/{transferId} \
  --header 'x-api-key: <api-key>'
{
  "transferId": "<string>",
  "status": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

transferId
string
required

Response

200 - application/json

Transfer

transferId
string
required
status
string
required
Example:

"pending"