get https://api.sendwyre.com/v3/swaps/
Get Swap Response
Response Field | Meaning |
---|---|
id | The swap object id. |
owner | The owner of this swap. It will be a user srn. |
status | Possible statuses are CREATED, PROCESSING, COMPLETED, EXPIRED, PROCESSING_REFUND, REFUNDED |
sourceCurrency | The funding currency of this swap. |
destCurrency | The exchange currency of this swap. |
dest | |
refundTo | |
fundingAddress | The address generated for this swap. This is where funds should be sent to execute the swap. |
createdAt | |
updatedAt | |
expiresAt | A milliseconds epoch timestamp when the transfer will expire which will be 72 hours from its creation time |
swapTransfers | An array of transfer history for this swap. |