Skip to main content
POST
Request a withdrawal to bank

Authorizations

Authorization
string
header
required

Your Prudra API key. Get one at dashboard.prudra.com/settings/api-keys

Body

application/json
fromWalletId
string
required
fromWalletType
enum<string>
required
Available options:
master,
child
amount
string
required
Example:

"100.00"

token
string
required
Example:

"USDC"

chain
string
required
bankAccountId
string
reference
string

Response

201 - application/json

Withdrawal initiated

id
string
required
Example:

"wdr_abc123"

status
string
required
Example:

"pending_conversion"

txHash
string
required
Example:

"0xabc..."

amount
string
required
Example:

"100.00"

token
string
required
Example:

"USDC"

chain
string
required
Example:

"base"

estimatedDays
integer
required
Example:

3

reference
string
required
Example:

"WD-1234567890"

createdAt
string<date-time>