Skip to main content
POST
/
solana
/
dexscreener
/
submit-payment
Submit Dexscreener payment
curl --request POST \
  --url https://public-api-v2.bags.fm/api/v1/solana/dexscreener/submit-payment \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "orderUUID": "<string>",
  "paymentSignature": "<string>"
}
'
{
  "success": true,
  "response": "<string>"
}

Authorizations

x-api-key
string
header
required

API key authentication. Provide your API key as the header value.

Body

application/json
orderUUID
string
required

UUID of the order to submit payment for

Minimum string length: 1
paymentSignature
string
required

Transaction signature of the payment

Minimum string length: 1

Response

Successfully submitted payment

success
boolean
required
Example:

true

response
string

Payment confirmation message