cURL
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>" }
Submit the signed payment transaction for a Dexscreener order.
API key authentication. Provide your API key as the header value.
UUID of the order to submit payment for
1
Transaction signature of the payment
Successfully submitted payment
true
Payment confirmation message