Request Withdraw - Fiat
requires auth
Request Withdraw for Currency (Fiat)
Endpoint to request a withdraw from your 1KPrime account to your external whitelisted Bank accounts.
Path Parameters:
Path
Type
Description
accountId
*
string
your account ID
Body Parameters:
Body
Type
Description
amount
*
object
Asset amount you want to withdraw
type
*
string
The method to perform the transfer.
Enum: "undefined", "ach", "fedwire", "rtp", "cbit"
routingNumber
string
Your Bank's routing number
accountNumber
string
Your account number at the recepient Bank.
instructions
array of string
Any additional instructions
Example
Last updated