Refund

Create refund transaction

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
typestring · enumRequiredPossible values:
runeIdsstring[]Optional

require if refund type is "virtual_mint"

Example: ["123:345","456:123"]
userAddressstringRequired
Responses
chevron-right
201Success

No content

post
/api/refund
201Success

No content

Sign refund transaction

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
base64PsbtstringRequired
userAddressstringRequired
Responses
chevron-right
201Success

No content

post
/api/refund/sign
201Success

No content

calculate refund amount

get
Query parameters
typestring · enumRequiredPossible values:
runeIdsstringOptional

require if refund type is "virtual_mint"

Example: 123:345,456:123
userAddressstringRequired
Responses
get
/api/refund/calculate
200Success

No content

Last updated