Download OpenAPI specification:Download
API Documentation for Trade Transfer Payments Payment Lookup
GetPayment gets a single specific payment.
| source | string (source) source is the source account of the payment to get. |
| externalId | string (external_id) external_id is the external id of the payment to get. |
{- "payment": {
- "source": "string",
- "sourceAmount": [
- {
- "denom": "string",
- "amount": "string"
}
], - "target": "string",
- "targetAmount": [
- {
- "denom": "string",
- "amount": "string"
}
], - "externalId": "string"
}
}GetPayment gets a single specific payment.
| source required | string (source) source is the source account of the payment to get. |
| externalId | string (external_id) external_id is the external id of the payment to get. |
{- "payment": {
- "source": "string",
- "sourceAmount": [
- {
- "denom": "string",
- "amount": "string"
}
], - "target": "string",
- "targetAmount": [
- {
- "denom": "string",
- "amount": "string"
}
], - "externalId": "string"
}
}GetPayment gets a single specific payment.
| source required | string (source) source is the source account of the payment to get. |
| external_id required | string (external_id) external_id is the external id of the payment to get. |
{- "payment": {
- "source": "string",
- "sourceAmount": [
- {
- "denom": "string",
- "amount": "string"
}
], - "target": "string",
- "targetAmount": [
- {
- "denom": "string",
- "amount": "string"
}
], - "externalId": "string"
}
}