POST
/
mock
/
deposit
Mock Deposit
curl --request POST \
  --url https://staging-api.getpartna.com/v4/mock/deposit \
  --header 'Content-Type: application/json' \
  --data '{
  "accountName": "",
  "amount": 0,
  "confirmations": 0,
  "currency": "",
  "fiatEvent": "",
  "fromAddress": "",
  "network": "",
  "reference": "",
  "txHash": "",
  "username": ""
}'
{
  "message": "deposit in progress!"
}

Body

application/json
accountName
string
amount
number
confirmations
number
currency
enum<string>
Available options:
BNB,
BTC,
ETH,
USDC,
USDT,
CUSD,
NGN
fiatEvent
enum<string>
Available options:
transfer.success
fromAddress
string
network
enum<string>
Available options:
avalanche,
binance,
bitcoin,
celo,
ethereum,
polygon,
tron,
solana
reference
string
txHash
string
username
string

Response

post mock deposit ok

message
string