AsterAster REST API
Transfer Between Futures And Spot V3
Execute transfer between spot account and futures account.
Authorization
Web3Auth Authorization<token>
Web3 authentication using user, signer, nonce, and signature parameters
In: header
Request Body
application/x-www-form-urlencoded
asset*stringrequired
amount*stringrequired
type*enum<integer>required
Available options:
12recvWindow?integer
timestamp*integerrequired
nonce*stringrequired
Microsecond timestamp
user*stringrequired
Ethereum address
signer*stringrequired
Signer Ethereum address
signature*stringrequired
Ethereum signature
Response Body
application/json
curl -X POST "https://api.hypereth.io/v1/aster/fapi/v3/asset/wallet/transfer" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d 'asset=string&amount=string&type=1&nonce=string&user=string&signer=string&signature=string'{
"tranId": 0
}