PATCH
/
api
/
v4
/
realms
/
{id}
/
web3
/
credit
/
nfts
curl --request PATCH \
  --url https://api.drip.re/api/v4/realms/{id}/web3/credit/nfts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "amount": 123,
  "contractAddress": "<string>",
  "chain": "<string>",
  "tokenIds": [
    123
  ]
}'
{
  "message": "Ok"
}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

id
string
required

Body

application/json
amount
integer
required
contractAddress
string
required
chain
string
required
tokenIds
integer[]
required

Response

200 - application/json
NFTs credited successfully
message
string
default:Ok