mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 16:28:06 +00:00
733 B
733 B
!!! info "ApiTransferResponse"
Used to acknowledge a transfer request outcome
|Name<br>`Lite`|Type|Required<br>`Default`| Description |
|-|-|-|-|
|result<br>`r` |ApiTransferAck|True|The Transfer response object|
??? info "[ApiTransferAck](/../../schemas/api_transfer_ack)"
|Name<br>`Lite`|Type|Required<br>`Default`| Description |
|-|-|-|-|
|ack<br>`a` |boolean|True|Gravity has acknowledged that the transfer has been successfully processed. If true, a `tx_id` will be returned. If false, an error will be returned.|
|tx_id<br>`ti` |string|True|The transaction ID of the transfer. This is only returned if the transfer is successful.|