/
IM
immutable
/
Immutable X API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2mo ago · Updated 2mo ago
Details
Filter operations
applications
2
assets
1
balances
1
claims
2
collections
8
deposits
2
mints
6
orders
4
tlvs
1
tokens
2
trades
3
transfers
3
users
3
withdrawls
3
get
Get a list of withdrawals
post
Creates a withdrawal of a token
get
Gets details of withdrawal with the given ID
get
Get details of an asset
get
Fetches the WEI balances of the user
get
Get a list of balances for given user
withdrawls
Creates a withdrawal of a token
Creates a withdrawal
post
/v1/withdrawals
Request body
object
required
amount
string
required
asset_id
string
required
nonce
number
required
stark_key
string
required
stark_signature
string
required
vault_id
number
required
Response
OK
object
required
status
string
required
Status of the withdrawal
time
integer
required
Time of the withdrawal
withdrawl_id
integer
required
ID of the withdrawal
Changes