Hyperspace Market
#55
·
v0.1
active
Verified
Merchant
USD
EUR
BRL
About
Decentralized marketplace for digital and physical goods
Capabilities
orders.create
Place New Order
orders.create
POST
https://api.hyperspace.market/opencharge/orders/create
Create and sign a new order for payment.
View full docs
orders.status
View Order Status
orders.status
GET
https://api.hyperspace.market/opencharge/orders/{orderId}/status
Check the payment status of an order.
View full docs
transfer.webhook
Receive Transfer Updates
transfer.webhook
POST
https://api.hyperspace.market/opencharge/transfer/webhook
Receive signed transfer proofs when payments complete.
View full docsSettlement
Currencies
{
"opencharge": "0.1",
"name": "Hyperspace Market",
"profile": "Decentralized marketplace for digital and physical goods",
"icon": "/images/Hyperspace.avif",
"config": {
"publicKey": "b45c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d",
"endpoint": "https://api.hyperspace.market/opencharge",
"capabilities": [
"orders.create",
"orders.status",
"transfer.webhook"
],
"settlement": {
"currencies": [
"USD",
"EUR",
"BRL"
],
"accepts": [
304,
88,
190,
620
]
}
},
"kyc": [
74,
150,
280
],
"signature": "c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d4",
"contact": "merchants@hyperspace.market"
}
Copy