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

Authorizations

x-api-key
string
header
required
x-api-user
string
header
required

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