Create inabit Wallet Swap
Create a swap request from a specific wallet.
Create a Swap in an inabit Wallet
mutation CreateInabitWalletSwap($data: InabitWalletSwapCreateInput!) {
createInabitWalletSwap(data: $data) {
id
amount
fee
orderType
}
}Headers
Name
Value
Body (WithdrawalCreateInput) object
Name
Type
Description
Response
Name
Type
Description
Try it out!
Last updated