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
34782
-
TradeRequestSigned:
34783
-
allOf:
34784
-
- $ref: '#/components/schemas/TradeDescriptor'
34785
-
- type: object
34786
-
properties:
34787
-
fees:
34788
-
$ref: '#/components/schemas/FeeDescriptor'
34789
-
- $ref: '#/components/schemas/TradeSignature'
34790
-
TradeSignature:
34791
-
type: object
34792
-
required:
34793
-
- payload
34794
-
- signature
34795
-
properties:
34796
-
payload:
34797
-
type: string
34798
-
description: 'Stringified(serialized) JSON object containing at least: amount, walletId, currency, and otherParties (for trade). Should also have a significant nonce or salt.'
34799
-
signature:
34800
-
type: string
34801
-
description: Signature of the payload using the proper private key.
0 commit comments