You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: walletId of the party signing the payload with their signature
34848
+
TradeRequestSigned:
34849
+
allOf:
34850
+
- $ref: '#/components/schemas/TradeDescriptor'
34851
+
- type: object
34852
+
properties:
34853
+
fees:
34854
+
$ref: '#/components/schemas/FeeDescriptor'
34855
+
- $ref: '#/components/schemas/TradeSignature'
34856
+
TradeSignature:
34857
+
type: object
34858
+
required:
34859
+
- payload
34860
+
- signature
34861
+
properties:
34862
+
payload:
34863
+
type: string
34864
+
description: 'Stringified(serialized) JSON object containing at least: amount, walletId, currency, and otherParties (for trade). Should also have a significant nonce or salt.'
34865
+
signature:
34866
+
type: string
34867
+
description: Signature of the payload using the proper private key.
0 commit comments