Skip to content

https://api.bl3p.eu/1/GENMKT/money/deposit_address returns {"result":"success","data":null}  #30

@samgermain

Description

@samgermain

I am trying to implement a fetchDepositAddress method for bl3p on CCXT. The endpoint for https://api.bl3p.eu/1/GENMKT/money/deposit_address returns success, but the data is null.

fetch Request:
bl3p POST https://api.bl3p.eu/1/GENMKT/money/deposit_address
RequestHeaders:

 {
  'Content-Type': 'application/x-www-form-urlencoded',
  'Rest-Key': '...',
  'Rest-Sign': ...'
} 

RequestBody:
nonce=1708448935&currency=BTC

handleRestResponse:
bl3p POST https://api.bl3p.eu/1/GENMKT/money/deposit_address 200 OK
ResponseHeaders:

 {
  Connection: 'keep-alive',
  'Content-Length': '32',
  'Content-Type': 'application/json; charset=UTF-8',
  Date: 'Tue, 20 Feb 2024 17:08:56 GMT',
  Server: 'nginx',
  'Set-Cookie': 'PHPSESSID=hjmejhkj8cjrm6283tnm6c2051; path=/; secure; HttpOnly; SameSite=lax',
  'Strict-Transport-Security': 'max-age=31536000'
}

ResponseBody:

 {"result":"success","data":null} 

I am able to successfully create a deposit address

bl3p POST https://api.bl3p.eu/1/GENMKT/money/new_deposit_address
RequestHeaders:

 {
  'Content-Type': 'application/x-www-form-urlencoded',
  'Rest-Key': '...',
  'Rest-Sign': '...'
} 

RequestBody:
nonce=1708449070&currency=BTC

handleRestResponse:
bl3p POST https://api.bl3p.eu/1/GENMKT/money/new_deposit_address 200 OK
ResponseHeaders:

 {
  Connection: 'keep-alive',
  'Content-Length': '76',
  'Content-Type': 'application/json; charset=UTF-8',
  Date: 'Tue, 20 Feb 2024 17:11:12 GMT',
  Server: 'nginx',
  'Set-Cookie': 'PHPSESSID=qultf75fjqq77p8hstasdn498i; path=/; secure; HttpOnly; SameSite=lax',
  'Strict-Transport-Security': 'max-age=31536000'
} 

ResponseBody:

 {"result":"success","data":{"address":"3NL45ARFPKuvsPdgQXdsFFjNadYVSbYgMt"}} 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions