v1
latestOpenAPI 3.0.32026-07-24707482.9 KBDeposits
Create a deposit record
post/deposits
Request body
Example request
{
"amount": "100.00",
"fromAddress": "0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234",
"toAddress": "0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234",
"txHash": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab",
"approvalTxHash": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab"
}Response
Deposit created
Example response
{
"fromAddress": "0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234",
"toAddress": "0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234",
"txHash": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab",
"approvalTxHash": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890ab"
}