v1

latestOpenAPI 3.1.02026-07-265086129.5 KB
Dexscreener

Submit Dexscreener payment

Submit the signed payment transaction for a Dexscreener order.

post/solana/dexscreener/submit-payment

Request body

orderUUIDstring required

UUID of the order to submit payment for

paymentSignaturestring required

Transaction signature of the payment

Response

Successfully submitted payment

successboolean required
responsestring

Payment confirmation message

Example response

{
  "success": true
}